Download OpenAPI specification:Download
Dimensy is a Digital Document Authorization Platform that can be accessed from our website. or through API.
Sending document to sand
API Key from dashboard
| id |
integer
<int64>
|
|
object
(Category)
|
|
|
name
required
|
string
|
|
photoUrls
required
|
Array of strings
|
|
Array of objects
(Tag)
|
|
| status |
string
Enum:
"available"
"pending"
"sold"
pet status in the store |
{
-
"id":
0,
-
"category":
{
-
"id":
0,
-
"name":
"string"
},
-
"name":
"doggie",
-
"photoUrls":
[
-
"string"
],
-
"tags":
[
-
{
-
"id":
0,
-
"name":
"string"
}
],
-
"status":
"available"
}
{
-
"code":
0,
-
"data":
{
-
"user":
{
-
"name":
"string",
-
"qty":
0
},
-
"upload":
{
-
"name":
"string",
-
"qty":
0
},
-
"storage":
{
-
"name":
"string",
-
"qty":
0
},
-
"sign":
{
-
"name":
"string",
-
"qty":
0
},
-
"stamp":
{
-
"name":
"string",
-
"qty":
0
},
-
"meterai":
{
-
"name":
"string",
-
"qty":
0
},
-
"otp":
{
-
"name":
"string",
-
"qty":
0
},
-
"keyla":
{
-
"name":
"string",
-
"qty":
0
}
}
}
Returns the quota of one company
|
companyId
required
|
integer
<int64>
Company ID |
| additionalMetadata |
string
Additional data to pass to server |
{
-
"code":
0,
-
"data":
{
-
"user":
{
-
"name":
"string",
-
"qty":
0
},
-
"upload":
{
-
"name":
"string",
-
"qty":
0
},
-
"storage":
{
-
"name":
"string",
-
"qty":
0
},
-
"sign":
{
-
"name":
"string",
-
"qty":
0
},
-
"stamp":
{
-
"name":
"string",
-
"qty":
0
},
-
"meterai":
{
-
"name":
"string",
-
"qty":
0
},
-
"otp":
{
-
"name":
"string",
-
"qty":
0
},
-
"keyla":
{
-
"name":
"string",
-
"qty":
0
}
}
}
Returns all users from the system that the user has access to
[
-
{
-
"id":
0,
-
"username":
"string",
-
"firstName":
"string",
-
"lastName":
"string",
-
"email":
"string",
-
"password":
"string",
-
"phone":
"string",
-
"userStatus":
0
}
]
|
petId
required
|
integer
<int64>
ID of pet to update |
| additionalMetadata |
string
Additional data to pass to server |
| file |
string
<binary>
file to upload |
{
-
"code":
0,
-
"type":
"string",
-
"message":
"string"
}